| Name | Type | Description | Notes |
|---|---|---|---|
| AccountId | Pointer to string | [optional] | |
| BusinessUnitId | Pointer to string | [optional] | |
| AdminId | Pointer to string | [optional] | |
| ResourceId | Pointer to string | [optional] | |
| ResourceType | Pointer to []string | [optional] | |
| Status | Pointer to string | [optional] | |
| Action | Pointer to string | [optional] | |
| From | Pointer to time.Time | [optional] | |
| To | Pointer to time.Time | [optional] |
func NewLogSearchParameters() *LogSearchParameters
NewLogSearchParameters instantiates a new LogSearchParameters 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 NewLogSearchParametersWithDefaults() *LogSearchParameters
NewLogSearchParametersWithDefaults instantiates a new LogSearchParameters 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 *LogSearchParameters) GetAccountId() string
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
func (o *LogSearchParameters) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogSearchParameters) SetAccountId(v string)
SetAccountId sets AccountId field to given value.
func (o *LogSearchParameters) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (o *LogSearchParameters) GetBusinessUnitId() string
GetBusinessUnitId returns the BusinessUnitId field if non-nil, zero value otherwise.
func (o *LogSearchParameters) GetBusinessUnitIdOk() (*string, bool)
GetBusinessUnitIdOk returns a tuple with the BusinessUnitId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogSearchParameters) SetBusinessUnitId(v string)
SetBusinessUnitId sets BusinessUnitId field to given value.
func (o *LogSearchParameters) HasBusinessUnitId() bool
HasBusinessUnitId returns a boolean if a field has been set.
func (o *LogSearchParameters) GetAdminId() string
GetAdminId returns the AdminId field if non-nil, zero value otherwise.
func (o *LogSearchParameters) GetAdminIdOk() (*string, bool)
GetAdminIdOk returns a tuple with the AdminId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogSearchParameters) SetAdminId(v string)
SetAdminId sets AdminId field to given value.
func (o *LogSearchParameters) HasAdminId() bool
HasAdminId returns a boolean if a field has been set.
func (o *LogSearchParameters) GetResourceId() string
GetResourceId returns the ResourceId field if non-nil, zero value otherwise.
func (o *LogSearchParameters) GetResourceIdOk() (*string, bool)
GetResourceIdOk returns a tuple with the ResourceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogSearchParameters) SetResourceId(v string)
SetResourceId sets ResourceId field to given value.
func (o *LogSearchParameters) HasResourceId() bool
HasResourceId returns a boolean if a field has been set.
func (o *LogSearchParameters) GetResourceType() []string
GetResourceType returns the ResourceType field if non-nil, zero value otherwise.
func (o *LogSearchParameters) GetResourceTypeOk() (*[]string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogSearchParameters) SetResourceType(v []string)
SetResourceType sets ResourceType field to given value.
func (o *LogSearchParameters) HasResourceType() bool
HasResourceType returns a boolean if a field has been set.
func (o *LogSearchParameters) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *LogSearchParameters) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogSearchParameters) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *LogSearchParameters) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *LogSearchParameters) GetAction() string
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *LogSearchParameters) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogSearchParameters) SetAction(v string)
SetAction sets Action field to given value.
func (o *LogSearchParameters) HasAction() bool
HasAction returns a boolean if a field has been set.
func (o *LogSearchParameters) GetFrom() time.Time
GetFrom returns the From field if non-nil, zero value otherwise.
func (o *LogSearchParameters) GetFromOk() (*time.Time, bool)
GetFromOk returns a tuple with the From field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogSearchParameters) SetFrom(v time.Time)
SetFrom sets From field to given value.
func (o *LogSearchParameters) HasFrom() bool
HasFrom returns a boolean if a field has been set.
func (o *LogSearchParameters) GetTo() time.Time
GetTo returns the To field if non-nil, zero value otherwise.
func (o *LogSearchParameters) GetToOk() (*time.Time, bool)
GetToOk returns a tuple with the To field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogSearchParameters) SetTo(v time.Time)
SetTo sets To field to given value.
func (o *LogSearchParameters) HasTo() bool
HasTo returns a boolean if a field has been set.