StreamedListObjectsResponse
November 18, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Object | string |
Methods
NewStreamedListObjectsResponse
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
NewStreamedListObjectsResponseWithDefaults
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
GetObject
func (o *StreamedListObjectsResponse) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
GetObjectOk
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.
SetObject
func (o *StreamedListObjectsResponse) SetObject(v string)
SetObject sets Object field to given value.