Skip to content

BatchModifyUserOpenApiVO

Properties

Name Type Description Notes
EndTime Pointer to int64 The end time of the user's validity period. time range: end timestamp (Millisecond). [optional]
StartTime Pointer to int64 The start time of the user's validity period. time range: start timestamp (Millisecond). [optional]
TemporaryEnable Pointer to bool Whether the user wants to enable the temporary worker permission [optional]
UserIds Pointer to []string The list of user IDs that need to be configured in bulk [optional]

Methods

NewBatchModifyUserOpenApiVO

func NewBatchModifyUserOpenApiVO() *BatchModifyUserOpenApiVO

NewBatchModifyUserOpenApiVO instantiates a new BatchModifyUserOpenApiVO 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

NewBatchModifyUserOpenApiVOWithDefaults

func NewBatchModifyUserOpenApiVOWithDefaults() *BatchModifyUserOpenApiVO

NewBatchModifyUserOpenApiVOWithDefaults instantiates a new BatchModifyUserOpenApiVO 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

GetEndTime

func (o *BatchModifyUserOpenApiVO) GetEndTime() int64

GetEndTime returns the EndTime field if non-nil, zero value otherwise.

GetEndTimeOk

func (o *BatchModifyUserOpenApiVO) GetEndTimeOk() (*int64, bool)

GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEndTime

func (o *BatchModifyUserOpenApiVO) SetEndTime(v int64)

SetEndTime sets EndTime field to given value.

HasEndTime

func (o *BatchModifyUserOpenApiVO) HasEndTime() bool

HasEndTime returns a boolean if a field has been set.

GetStartTime

func (o *BatchModifyUserOpenApiVO) GetStartTime() int64

GetStartTime returns the StartTime field if non-nil, zero value otherwise.

GetStartTimeOk

func (o *BatchModifyUserOpenApiVO) GetStartTimeOk() (*int64, bool)

GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStartTime

func (o *BatchModifyUserOpenApiVO) SetStartTime(v int64)

SetStartTime sets StartTime field to given value.

HasStartTime

func (o *BatchModifyUserOpenApiVO) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

GetTemporaryEnable

func (o *BatchModifyUserOpenApiVO) GetTemporaryEnable() bool

GetTemporaryEnable returns the TemporaryEnable field if non-nil, zero value otherwise.

GetTemporaryEnableOk

func (o *BatchModifyUserOpenApiVO) GetTemporaryEnableOk() (*bool, bool)

GetTemporaryEnableOk returns a tuple with the TemporaryEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTemporaryEnable

func (o *BatchModifyUserOpenApiVO) SetTemporaryEnable(v bool)

SetTemporaryEnable sets TemporaryEnable field to given value.

HasTemporaryEnable

func (o *BatchModifyUserOpenApiVO) HasTemporaryEnable() bool

HasTemporaryEnable returns a boolean if a field has been set.

GetUserIds

func (o *BatchModifyUserOpenApiVO) GetUserIds() []string

GetUserIds returns the UserIds field if non-nil, zero value otherwise.

GetUserIdsOk

func (o *BatchModifyUserOpenApiVO) GetUserIdsOk() (*[]string, bool)

GetUserIdsOk returns a tuple with the UserIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUserIds

func (o *BatchModifyUserOpenApiVO) SetUserIds(v []string)

SetUserIds sets UserIds field to given value.

HasUserIds

func (o *BatchModifyUserOpenApiVO) HasUserIds() bool

HasUserIds returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]