Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | The name for the real-time logging configuration. | [optional] |
Placement | Pointer to NullableString | Where in the generated VCL the logging call should be placed. If not set, endpoints with format_version of 2 are placed in vcl_log and those with format_version of 1 are placed in vcl_deliver . |
[optional] |
ResponseCondition | Pointer to NullableString | The name of an existing condition in the configured endpoint, or leave blank to always execute. | [optional] |
Format | Pointer to string | A Fastly log format string. | [optional] [default to "%h %l %u %t "%r" %>s %b"] |
FormatVersion | Pointer to string | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in vcl_log if format_version is set to 2 and in vcl_deliver if format_version is set to 1 . |
[optional] [default to "2"] |
MessageType | Pointer to LoggingMessageType | [optional] [default to LOGGINGMESSAGETYPE_CLASSIC] | |
URL | Pointer to string | The URL to post logs to. | [optional] |
CreatedAt | Pointer to NullableTime | Date and time in ISO 8601 format. | [optional] [readonly] |
DeletedAt | Pointer to NullableTime | Date and time in ISO 8601 format. | [optional] [readonly] |
UpdatedAt | Pointer to NullableTime | Date and time in ISO 8601 format. | [optional] [readonly] |
ServiceID | Pointer to string | [optional] [readonly] | |
Version | Pointer to string | [optional] [readonly] |
func NewLoggingSumologicResponse() *LoggingSumologicResponse
NewLoggingSumologicResponse instantiates a new LoggingSumologicResponse 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 NewLoggingSumologicResponseWithDefaults() *LoggingSumologicResponse
NewLoggingSumologicResponseWithDefaults instantiates a new LoggingSumologicResponse 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 *LoggingSumologicResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *LoggingSumologicResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSumologicResponse) SetName(v string)
SetName sets Name field to given value.
func (o *LoggingSumologicResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *LoggingSumologicResponse) GetPlacement() string
GetPlacement returns the Placement field if non-nil, zero value otherwise.
func (o *LoggingSumologicResponse) GetPlacementOk() (*string, bool)
GetPlacementOk returns a tuple with the Placement field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSumologicResponse) SetPlacement(v string)
SetPlacement sets Placement field to given value.
func (o *LoggingSumologicResponse) HasPlacement() bool
HasPlacement returns a boolean if a field has been set.
func (o *LoggingSumologicResponse) SetPlacementNil(b bool)
SetPlacementNil sets the value for Placement to be an explicit nil
func (o *LoggingSumologicResponse) UnsetPlacement()
UnsetPlacement ensures that no value is present for Placement, not even an explicit nil
func (o *LoggingSumologicResponse) GetResponseCondition() string
GetResponseCondition returns the ResponseCondition field if non-nil, zero value otherwise.
func (o *LoggingSumologicResponse) GetResponseConditionOk() (*string, bool)
GetResponseConditionOk returns a tuple with the ResponseCondition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSumologicResponse) SetResponseCondition(v string)
SetResponseCondition sets ResponseCondition field to given value.
func (o *LoggingSumologicResponse) HasResponseCondition() bool
HasResponseCondition returns a boolean if a field has been set.
func (o *LoggingSumologicResponse) SetResponseConditionNil(b bool)
SetResponseConditionNil sets the value for ResponseCondition to be an explicit nil
func (o *LoggingSumologicResponse) UnsetResponseCondition()
UnsetResponseCondition ensures that no value is present for ResponseCondition, not even an explicit nil
func (o *LoggingSumologicResponse) GetFormat() string
GetFormat returns the Format field if non-nil, zero value otherwise.
func (o *LoggingSumologicResponse) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSumologicResponse) SetFormat(v string)
SetFormat sets Format field to given value.
func (o *LoggingSumologicResponse) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (o *LoggingSumologicResponse) GetFormatVersion() string
GetFormatVersion returns the FormatVersion field if non-nil, zero value otherwise.
func (o *LoggingSumologicResponse) GetFormatVersionOk() (*string, bool)
GetFormatVersionOk returns a tuple with the FormatVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSumologicResponse) SetFormatVersion(v string)
SetFormatVersion sets FormatVersion field to given value.
func (o *LoggingSumologicResponse) HasFormatVersion() bool
HasFormatVersion returns a boolean if a field has been set.
func (o *LoggingSumologicResponse) GetMessageType() LoggingMessageType
GetMessageType returns the MessageType field if non-nil, zero value otherwise.
func (o *LoggingSumologicResponse) GetMessageTypeOk() (*LoggingMessageType, bool)
GetMessageTypeOk returns a tuple with the MessageType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSumologicResponse) SetMessageType(v LoggingMessageType)
SetMessageType sets MessageType field to given value.
func (o *LoggingSumologicResponse) HasMessageType() bool
HasMessageType returns a boolean if a field has been set.
func (o *LoggingSumologicResponse) GetURL() string
GetURL returns the URL field if non-nil, zero value otherwise.
func (o *LoggingSumologicResponse) GetURLOk() (*string, bool)
GetURLOk returns a tuple with the URL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSumologicResponse) SetURL(v string)
SetURL sets URL field to given value.
func (o *LoggingSumologicResponse) HasURL() bool
HasURL returns a boolean if a field has been set.
func (o *LoggingSumologicResponse) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *LoggingSumologicResponse) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSumologicResponse) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *LoggingSumologicResponse) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *LoggingSumologicResponse) SetCreatedAtNil(b bool)
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (o *LoggingSumologicResponse) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (o *LoggingSumologicResponse) GetDeletedAt() time.Time
GetDeletedAt returns the DeletedAt field if non-nil, zero value otherwise.
func (o *LoggingSumologicResponse) GetDeletedAtOk() (*time.Time, bool)
GetDeletedAtOk returns a tuple with the DeletedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSumologicResponse) SetDeletedAt(v time.Time)
SetDeletedAt sets DeletedAt field to given value.
func (o *LoggingSumologicResponse) HasDeletedAt() bool
HasDeletedAt returns a boolean if a field has been set.
func (o *LoggingSumologicResponse) SetDeletedAtNil(b bool)
SetDeletedAtNil sets the value for DeletedAt to be an explicit nil
func (o *LoggingSumologicResponse) UnsetDeletedAt()
UnsetDeletedAt ensures that no value is present for DeletedAt, not even an explicit nil
func (o *LoggingSumologicResponse) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *LoggingSumologicResponse) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSumologicResponse) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *LoggingSumologicResponse) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *LoggingSumologicResponse) SetUpdatedAtNil(b bool)
SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil
func (o *LoggingSumologicResponse) UnsetUpdatedAt()
UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil
func (o *LoggingSumologicResponse) GetServiceID() string
GetServiceID returns the ServiceID field if non-nil, zero value otherwise.
func (o *LoggingSumologicResponse) GetServiceIDOk() (*string, bool)
GetServiceIDOk returns a tuple with the ServiceID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSumologicResponse) SetServiceID(v string)
SetServiceID sets ServiceID field to given value.
func (o *LoggingSumologicResponse) HasServiceID() bool
HasServiceID returns a boolean if a field has been set.
func (o *LoggingSumologicResponse) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *LoggingSumologicResponse) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoggingSumologicResponse) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *LoggingSumologicResponse) HasVersion() bool
HasVersion returns a boolean if a field has been set.