| Name | Type | Description | Notes |
|---|---|---|---|
| GuestPath | string | ||
| IndexDocument | Pointer to string | [optional] | |
| TigrisBucket | Pointer to string | [optional] | |
| UrlPrefix | string |
func NewFlyStatic(guestPath string, urlPrefix string, ) *FlyStatic
NewFlyStatic instantiates a new FlyStatic object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFlyStaticWithDefaults() *FlyStatic
NewFlyStaticWithDefaults instantiates a new FlyStatic object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *FlyStatic) GetGuestPath() string
GetGuestPath returns the GuestPath field if non-nil, zero value otherwise.
func (o *FlyStatic) GetGuestPathOk() (*string, bool)
GetGuestPathOk returns a tuple with the GuestPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlyStatic) SetGuestPath(v string)
SetGuestPath sets GuestPath field to given value.
func (o *FlyStatic) GetIndexDocument() string
GetIndexDocument returns the IndexDocument field if non-nil, zero value otherwise.
func (o *FlyStatic) GetIndexDocumentOk() (*string, bool)
GetIndexDocumentOk returns a tuple with the IndexDocument field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlyStatic) SetIndexDocument(v string)
SetIndexDocument sets IndexDocument field to given value.
func (o *FlyStatic) HasIndexDocument() bool
HasIndexDocument returns a boolean if a field has been set.
func (o *FlyStatic) GetTigrisBucket() string
GetTigrisBucket returns the TigrisBucket field if non-nil, zero value otherwise.
func (o *FlyStatic) GetTigrisBucketOk() (*string, bool)
GetTigrisBucketOk returns a tuple with the TigrisBucket field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlyStatic) SetTigrisBucket(v string)
SetTigrisBucket sets TigrisBucket field to given value.
func (o *FlyStatic) HasTigrisBucket() bool
HasTigrisBucket returns a boolean if a field has been set.
func (o *FlyStatic) GetUrlPrefix() string
GetUrlPrefix returns the UrlPrefix field if non-nil, zero value otherwise.
func (o *FlyStatic) GetUrlPrefixOk() (*string, bool)
GetUrlPrefixOk returns a tuple with the UrlPrefix field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlyStatic) SetUrlPrefix(v string)
SetUrlPrefix sets UrlPrefix field to given value.