Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::DuplicateNativeDashboardRequest.
Request message to duplicate a dashboard.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. The dashboard name to duplicate. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The dashboard name to duplicate. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
Returns
- (::String) — Required. The dashboard name to duplicate. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
#native_dashboard
def native_dashboard() -> ::Google::Cloud::Chronicle::V1::NativeDashboard
Returns
- (::Google::Cloud::Chronicle::V1::NativeDashboard) — Required. Any fields that need modification can be passed through this like name, description etc.
#native_dashboard=
def native_dashboard=(value) -> ::Google::Cloud::Chronicle::V1::NativeDashboard
Parameter
- value (::Google::Cloud::Chronicle::V1::NativeDashboard) — Required. Any fields that need modification can be passed through this like name, description etc.
Returns
- (::Google::Cloud::Chronicle::V1::NativeDashboard) — Required. Any fields that need modification can be passed through this like name, description etc.