Name | Type | Description | Notes |
---|---|---|---|
Property | string |
func NewAgentSystemGetPropBody(property string, ) *AgentSystemGetPropBody
NewAgentSystemGetPropBody instantiates a new AgentSystemGetPropBody 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 NewAgentSystemGetPropBodyWithDefaults() *AgentSystemGetPropBody
NewAgentSystemGetPropBodyWithDefaults instantiates a new AgentSystemGetPropBody 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 *AgentSystemGetPropBody) GetProperty() string
GetProperty returns the Property field if non-nil, zero value otherwise.
func (o *AgentSystemGetPropBody) GetPropertyOk() (*string, bool)
GetPropertyOk returns a tuple with the Property field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AgentSystemGetPropBody) SetProperty(v string)
SetProperty sets Property field to given value.