| Name | Type | Description | Notes |
|---|---|---|---|
| Object | string |
func NewStreamedListObjectsResponse(object string, ) *StreamedListObjectsResponse
NewStreamedListObjectsResponse instantiates a new StreamedListObjectsResponse 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 NewStreamedListObjectsResponseWithDefaults() *StreamedListObjectsResponse
NewStreamedListObjectsResponseWithDefaults instantiates a new StreamedListObjectsResponse 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 *StreamedListObjectsResponse) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *StreamedListObjectsResponse) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StreamedListObjectsResponse) SetObject(v string)
SetObject sets Object field to given value.